Skip to content

feat: Allow configuring the location of the default network prefabs list. [MTT-6209]#2544

Merged
ShadauxCat merged 6 commits intodevelopfrom
feat/configurable_default_prefab_list_location
May 24, 2023
Merged

feat: Allow configuring the location of the default network prefabs list. [MTT-6209]#2544
ShadauxCat merged 6 commits intodevelopfrom
feat/configurable_default_prefab_list_location

Conversation

@ShadauxCat
Copy link
Copy Markdown
Collaborator

@ShadauxCat ShadauxCat commented May 1, 2023

resolves #2493

Changelog

  • Added: The location of the automatically-created default network prefab list can now be configured

Testing and Documentation

  • No tests have been added.
  • No documentation changes or additions were necessary.

@ShadauxCat ShadauxCat requested a review from a team as a code owner May 1, 2023 20:04
get
{
return s_DefaultNetworkPrefabsPath;
return NetcodeForGameObjectsProjectSettings.instance.NetworkPrefabsPath;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😻

Copy link
Copy Markdown
Member

@NoelStephensUnity NoelStephensUnity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good Kitty!

@ShadauxCat ShadauxCat enabled auto-merge (squash) May 24, 2023 18:42
@ShadauxCat ShadauxCat merged commit 96def2c into develop May 24, 2023
@ShadauxCat ShadauxCat deleted the feat/configurable_default_prefab_list_location branch May 24, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[1.3.1] DefaultNetworkPrefabs.asset is recreated if moved in sub-folder

3 participants